QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next |

Vendor IDs

QuickDraw 3D provides constants that you can use to specify an ID for a renderer vendor.

#define kQAVendor_BestChoice                        (-1)
#define kQAVendor_Apple                             0
#define kQAVendor_ATI                               1
#define kQAVendor_Radius                            2
#define kQAVendor_Mentor                            3
#define kQAVendor_Matrox                            4
#define kQAVendor_Yarc                              5
#define kQAVendor_DiamondMM                         6
#define kQAVendor_3DLabs                            7

Constant description

kQAVendor_BestChoice
The best available choice. QuickDraw 3D selects the available drawing engine that produces the best output on the target device.

© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next |